Html Css Color HEX #6AF0DF Turquoise Blue

📋 copy color: '#6AF0DF'

red 106 ◦ green 240 ◦ blue 223

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

Shades of Turquoise Blue #6AF0DF

Tints of Turquoise Blue #6AF0DF

RGB

 RED value IS 106 (41.8% from 255) = 18.63%

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

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

R = 18.63%
G = 42.18%
B = 39.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#6AF0DF (or 0x6AF0DF) is known color: Turquoise Blue. HEX triplet: 6A, F0 and DF. RGB value is (106,240,223). Sum of RGB (Red+Green+Blue) = 106+240+223=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0DF is #950F20. Grayscale: #C5C5C5. Windows color (decimal): -9768737 or 14676074. OLE color: 14676074.

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

Color convert

RGB 106 240 223 -
CMYK 0.56 0 0.07 0.06
HSL 172.39º 0.82% 0.68% -
HSV(B) 172.39º 0.56% 0.94% -
XYZ 50.42 70.71 80.8 -
YUV 198 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 106 240 223 0.56 0 0.07 0.06 172.39 0.82 0.68
Hex 6A F0 DF 38 0 7 6 AC 52 44
Octal 152 360 337 70 0 7 6 254 122 104
Binary 1101010 11110000 11011111 111000 0 111 110 10101100 1010010 1000100

Color Harmonies of #6AF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF0DF

Black with #6AF0DF

Text Example


Text Example

White with #6AF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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