Html Css Color HEX #6BC9EA Turquoise Blue

📋 copy color: '#6BC9EA'

red 107 ◦ green 201 ◦ blue 234

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

Shades of Turquoise Blue #6BC9EA

Tints of Turquoise Blue #6BC9EA

RGB

 RED value IS 107 (42.19% from 255) = 19.74%

 GREEN value IS 201 (78.91% from 255) = 37.08%

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 19.74%
G = 37.08%
B = 43.17%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BC9EA (or 0x6BC9EA) is known color: Turquoise Blue. HEX triplet: 6B, C9 and EA. RGB value is (107,201,234). Sum of RGB (Red+Green+Blue) = 107+201+234=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BC9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC9EA is #943615. Grayscale: #B0B0B0. Windows color (decimal): -9713174 or 15386987. OLE color: 15386987.

HSL color Cylindrical-coordinate representation of color #6BC9EA: hue angle of 195.59º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BC9EA is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 201 234 -
CMYK 0.54 0.14 0 0.08
HSL 195.59º 0.75% 0.67% -
HSV(B) 195.59º 0.54% 0.92% -
XYZ 41.8 50.84 85.45 -
YUV 176.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 107 201 234 0.54 0.14 0 0.08 195.59 0.75 0.67
Hex 6B C9 EA 36 E 0 8 C4 4B 43
Octal 153 311 352 66 16 0 10 304 113 103
Binary 1101011 11001001 11101010 110110 1110 0 1000 11000100 1001011 1000011

Color Harmonies of #6BC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC9EA

Black with #6BC9EA

Text Example


Text Example

White with #6BC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BC9EA; }

 p { color: rgb(107,201,234); }

 H1.HeaderClassName
 {
   color: #6BC9EA;
 }
 .AnyTagClassName
 {
   color: #6BC9EA;
 }
</style>

background-color css

<style>
 a { background-color: #6BC9EA; }

 a { background-color: rgb(107,201,234); }

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

border-color css

<style>
 span { border-color: #6BC9EA; }

 span { border-color: rgb(107,201,234); }

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