Html Css Color HEX #6BF0DF Turquoise Blue

📋 copy color: '#6BF0DF'

red 107 ◦ green 240 ◦ blue 223

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

Shades of Turquoise Blue #6BF0DF

Tints of Turquoise Blue #6BF0DF

RGB

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

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

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

R = 18.77%
G = 42.11%
B = 39.12%

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

#6BF0DF (or 0x6BF0DF) is known color: Turquoise Blue. HEX triplet: 6B, F0 and DF. RGB value is (107,240,223). Sum of RGB (Red+Green+Blue) = 107+240+223=570 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.77% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF0DF is #940F20. Grayscale: #C6C6C6. Windows color (decimal): -9703201 or 14676075. OLE color: 14676075.

HSL color Cylindrical-coordinate representation of color #6BF0DF: hue angle of 172.33º degrees, saturation: 0.82, 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 #6BF0DF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 240 223 -
CMYK 0.55 0 0.07 0.06
HSL 172.33º 0.82% 0.68% -
HSV(B) 172.33º 0.55% 0.94% -
XYZ 50.54 70.77 80.81 -
YUV 198.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 107 240 223 0.55 0 0.07 0.06 172.33 0.82 0.68
Hex 6B F0 DF 37 0 7 6 AC 52 44
Octal 153 360 337 67 0 7 6 254 122 104
Binary 1101011 11110000 11011111 110111 0 111 110 10101100 1010010 1000100

Color Harmonies of #6BF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF0DF

Black with #6BF0DF

Text Example


Text Example

White with #6BF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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