Html Css Color HEX #6CEFDD Turquoise Blue

📋 copy color: '#6CEFDD'

red 108 ◦ green 239 ◦ blue 221

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

Shades of Turquoise Blue #6CEFDD

Tints of Turquoise Blue #6CEFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.08%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 19.01%
G = 42.08%
B = 38.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#6CEFDD (or 0x6CEFDD) is known color: Turquoise Blue. HEX triplet: 6C, EF and DD. RGB value is (108,239,221). Sum of RGB (Red+Green+Blue) = 108+239+221=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #6CEFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEFDD is #931022. Grayscale: #C5C5C5. Windows color (decimal): -9637923 or 14544748. OLE color: 14544748.

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

Color convert

RGB 108 239 221 -
CMYK 0.55 0 0.08 0.06
HSL 171.76º 0.8% 0.68% -
HSV(B) 171.76º 0.55% 0.94% -
XYZ 50.1 70.14 79.3 -
YUV 197.78 141.1 63.96 -
System Red Green Blue C M Y K H S L
Decimal 108 239 221 0.55 0 0.08 0.06 171.76 0.8 0.68
Hex 6C EF DD 37 0 8 6 AC 50 44
Octal 154 357 335 67 0 10 6 254 120 104
Binary 1101100 11101111 11011101 110111 0 1000 110 10101100 1010000 1000100

Color Harmonies of #6CEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEFDD

Black with #6CEFDD

Text Example


Text Example

White with #6CEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,239,221); }

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

background-color css

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

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

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

border-color css

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

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

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