Html Css Color HEX #6FDEDE Turquoise Blue

📋 copy color: '#6FDEDE'

red 111 ◦ green 222 ◦ blue 222

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

Shades of Turquoise Blue #6FDEDE

Tints of Turquoise Blue #6FDEDE

RGB

 RED value IS 111 (43.75% from 255) = 20%

 GREEN value IS 222 (87.11% from 255) = 40%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FDEDE (or 0x6FDEDE) is known color: Turquoise Blue. HEX triplet: 6F, DE and DE. RGB value is (111,222,222). Sum of RGB (Red+Green+Blue) = 111+222+222=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #6FDEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEDE is #902121. Grayscale: #BCBCBC. Windows color (decimal): -9445666 or 14605935. OLE color: 14605935.

HSL color Cylindrical-coordinate representation of color #6FDEDE: hue angle of 180º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDEDE is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 222 222 -
CMYK 0.5 0 0 0.13
HSL 180º 0.63% 0.65% -
HSV(B) 180º 0.5% 0.87% -
XYZ 45.86 60.9 78.44 -
YUV 188.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 111 222 222 0.5 0 0 0.13 180 0.63 0.65
Hex 6F DE DE 32 0 0 D B4 3F 41
Octal 157 336 336 62 0 0 15 264 77 101
Binary 1101111 11011110 11011110 110010 0 0 1101 10110100 111111 1000001

Color Harmonies of #6FDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDEDE

Black with #6FDEDE

Text Example


Text Example

White with #6FDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,222,222); }

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

background-color css

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

 a { background-color: rgb(111,222,222); }

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

border-color css

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

 span { border-color: rgb(111,222,222); }

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