Html Css Color HEX #6CDFDD Turquoise Blue

📋 copy color: '#6CDFDD'

red 108 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #6CDFDD

Tints of Turquoise Blue #6CDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

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

R = 19.57%
G = 40.4%
B = 40.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6CDFDD (or 0x6CDFDD) is known color: Turquoise Blue. HEX triplet: 6C, DF and DD. RGB value is (108,223,221). Sum of RGB (Red+Green+Blue) = 108+223+221=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFDD is #932022. Grayscale: #BCBCBC. Windows color (decimal): -9642019 or 14540652. OLE color: 14540652.

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

Color convert

RGB 108 223 221 -
CMYK 0.52 0 0.01 0.13
HSL 178.96º 0.64% 0.65% -
HSV(B) 178.96º 0.52% 0.87% -
XYZ 45.62 61.18 77.81 -
YUV 188.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 108 223 221 0.52 0 0.01 0.13 178.96 0.64 0.65
Hex 6C DF DD 34 0 1 D B3 40 41
Octal 154 337 335 64 0 1 15 263 100 101
Binary 1101100 11011111 11011101 110100 0 1 1101 10110011 1000000 1000001

Color Harmonies of #6CDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFDD

Black with #6CDFDD

Text Example


Text Example

White with #6CDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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