Html Css Color HEX #6CEDEC Turquoise Blue

📋 copy color: '#6CEDEC'

red 108 ◦ green 237 ◦ blue 236

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

Shades of Turquoise Blue #6CEDEC

Tints of Turquoise Blue #6CEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.79%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 18.59%
G = 40.79%
B = 40.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#6CEDEC (or 0x6CEDEC) is known color: Turquoise Blue. HEX triplet: 6C, ED and EC. RGB value is (108,237,236). Sum of RGB (Red+Green+Blue) = 108+237+236=581 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.59% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDEC is #931213. Grayscale: #C6C6C6. Windows color (decimal): -9638420 or 15527276. OLE color: 15527276.

HSL color Cylindrical-coordinate representation of color #6CEDEC: hue angle of 179.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEDEC is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 237 236 -
CMYK 0.54 0 0.00 0.07
HSL 179.53º 0.78% 0.68% -
HSV(B) 179.53º 0.54% 0.93% -
XYZ 51.61 69.81 90.11 -
YUV 198.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 108 237 236 0.54 0 0.00 0.07 179.53 0.78 0.68
Hex 6C ED EC 36 0 0 7 B4 4E 44
Octal 154 355 354 66 0 0 7 264 116 104
Binary 1101100 11101101 11101100 110110 0 0 111 10110100 1001110 1000100

Color Harmonies of #6CEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEDEC

Black with #6CEDEC

Text Example


Text Example

White with #6CEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,237,236); }

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

background-color css

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

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

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

border-color css

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

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

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