Html Css Color HEX #6CDEDE Turquoise Blue

📋 copy color: '#6CDEDE'

red 108 ◦ green 222 ◦ blue 222

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

Shades of Turquoise Blue #6CDEDE

Tints of Turquoise Blue #6CDEDE

RGB

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

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

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

R = 19.57%
G = 40.22%
B = 40.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CDEDE (or 0x6CDEDE) is known color: Turquoise Blue. HEX triplet: 6C, DE and DE. RGB value is (108,222,222). Sum of RGB (Red+Green+Blue) = 108+222+222=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #6CDEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEDE is #932121. Grayscale: #BBBBBB. Windows color (decimal): -9642274 or 14605932. OLE color: 14605932.

HSL color Cylindrical-coordinate representation of color #6CDEDE: 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.51%. Process color model (Four color, CMYK) of #6CDEDE is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 222 222 -
CMYK 0.51 0 0 0.13
HSL 180º 0.63% 0.65% -
HSV(B) 180º 0.51% 0.87% -
XYZ 45.49 60.7 78.43 -
YUV 187.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 108 222 222 0.51 0 0 0.13 180 0.63 0.65
Hex 6C DE DE 33 0 0 D B4 3F 41
Octal 154 336 336 63 0 0 15 264 77 101
Binary 1101100 11011110 11011110 110011 0 0 1101 10110100 111111 1000001

Color Harmonies of #6CDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDEDE

Black with #6CDEDE

Text Example


Text Example

White with #6CDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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