Html Css Color HEX #6CF0DF Turquoise Blue

📋 copy color: '#6CF0DF'

red 108 ◦ green 240 ◦ blue 223

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

Shades of Turquoise Blue #6CF0DF

Tints of Turquoise Blue #6CF0DF

RGB

 RED value IS 108 (42.58% from 255) = 18.91%

 GREEN value IS 240 (94.14% from 255) = 42.03%

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 18.91%
G = 42.03%
B = 39.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#6CF0DF (or 0x6CF0DF) is known color: Turquoise Blue. HEX triplet: 6C, F0 and DF. RGB value is (108,240,223). Sum of RGB (Red+Green+Blue) = 108+240+223=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0DF is #930F20. Grayscale: #C6C6C6. Windows color (decimal): -9637665 or 14676076. OLE color: 14676076.

HSL color Cylindrical-coordinate representation of color #6CF0DF: hue angle of 172.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0DF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 240 223 -
CMYK 0.55 0 0.07 0.06
HSL 172.27º 0.81% 0.68% -
HSV(B) 172.27º 0.55% 0.94% -
XYZ 50.66 70.84 80.81 -
YUV 198.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 108 240 223 0.55 0 0.07 0.06 172.27 0.81 0.68
Hex 6C F0 DF 37 0 7 6 AC 51 44
Octal 154 360 337 67 0 7 6 254 121 104
Binary 1101100 11110000 11011111 110111 0 111 110 10101100 1010001 1000100

Color Harmonies of #6CF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF0DF

Black with #6CF0DF

Text Example


Text Example

White with #6CF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,240,223); }

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

background-color css

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

 a { background-color: rgb(108,240,223); }

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

border-color css

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

 span { border-color: rgb(108,240,223); }

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