Html Css Color HEX #7BDBF1 Turquoise Blue

📋 copy color: '#7BDBF1'

red 123 ◦ green 219 ◦ blue 241

#7BDBF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #7BDBF1

Tints of Turquoise Blue #7BDBF1

RGB

 RED value IS 123 (48.44% from 255) = 21.1%

 GREEN value IS 219 (85.94% from 255) = 37.56%

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 21.1%
G = 37.56%
B = 41.34%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7BDBF1 (or 0x7BDBF1) is known color: Turquoise Blue. HEX triplet: 7B, DB and F1. RGB value is (123,219,241). Sum of RGB (Red+Green+Blue) = 123+219+241=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBF1 is #84240E. Grayscale: #C0C0C0. Windows color (decimal): -8659983 or 15850363. OLE color: 15850363.

HSL color Cylindrical-coordinate representation of color #7BDBF1: hue angle of 191.19º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BDBF1 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 219 241 -
CMYK 0.49 0.09 0 0.05
HSL 191.19º 0.81% 0.71% -
HSV(B) 191.19º 0.49% 0.95% -
XYZ 49.38 61.22 92.43 -
YUV 192.8 155.2 78.21 -
System Red Green Blue C M Y K H S L
Decimal 123 219 241 0.49 0.09 0 0.05 191.19 0.81 0.71
Hex 7B DB F1 31 9 0 5 BF 51 47
Octal 173 333 361 61 11 0 5 277 121 107
Binary 1111011 11011011 11110001 110001 1001 0 101 10111111 1010001 1000111

Color Harmonies of #7BDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDBF1

Black with #7BDBF1

Text Example


Text Example

White with #7BDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BDBF1; }

 p { color: rgb(123,219,241); }

 H1.HeaderClassName
 {
   color: #7BDBF1;
 }
 .AnyTagClassName
 {
   color: #7BDBF1;
 }
</style>

background-color css

<style>
 a { background-color: #7BDBF1; }

 a { background-color: rgb(123,219,241); }

 div.DivClassName
 {
   background-color: #7BDBF1;
 }
 .BgClassName
 {
   background-color: #7BDBF1;
 }
</style>

border-color css

<style>
 span { border-color: #7BDBF1; }

 span { border-color: rgb(123,219,241); }

 td.TdClassName
 {
   border-color: #7BDBF1;
 }
 .TagClassName
 {
   border-color: #7BDBF1;
 }
</style>