Html Css Color HEX #6BCCD9 Turquoise Blue

📋 copy color: '#6BCCD9'

red 107 ◦ green 204 ◦ blue 217

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

Shades of Turquoise Blue #6BCCD9

Tints of Turquoise Blue #6BCCD9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 20.27%
G = 38.64%
B = 41.1%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BCCD9 (or 0x6BCCD9) is known color: Turquoise Blue. HEX triplet: 6B, CC and D9. RGB value is (107,204,217). Sum of RGB (Red+Green+Blue) = 107+204+217=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BCCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCD9 is #943326. Grayscale: #B0B0B0. Windows color (decimal): -9712423 or 14273643. OLE color: 14273643.

HSL color Cylindrical-coordinate representation of color #6BCCD9: hue angle of 187.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCCD9 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 204 217 -
CMYK 0.51 0.06 0 0.15
HSL 187.09º 0.59% 0.64% -
HSV(B) 187.09º 0.51% 0.85% -
XYZ 40.18 51.32 73.43 -
YUV 176.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 107 204 217 0.51 0.06 0 0.15 187.09 0.59 0.64
Hex 6B CC D9 33 6 0 F BB 3B 40
Octal 153 314 331 63 6 0 17 273 73 100
Binary 1101011 11001100 11011001 110011 110 0 1111 10111011 111011 1000000

Color Harmonies of #6BCCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCD9

Black with #6BCCD9

Text Example


Text Example

White with #6BCCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,217); }

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

background-color css

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

 a { background-color: rgb(107,204,217); }

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

border-color css

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

 span { border-color: rgb(107,204,217); }

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