Html Css Color HEX #6CDFD4 Turquoise Blue

📋 copy color: '#6CDFD4'

red 108 ◦ green 223 ◦ blue 212

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

Shades of Turquoise Blue #6CDFD4

Tints of Turquoise Blue #6CDFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.04%

R = 19.89%
G = 41.07%
B = 39.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#6CDFD4 (or 0x6CDFD4) is known color: Turquoise Blue. HEX triplet: 6C, DF and D4. RGB value is (108,223,212). Sum of RGB (Red+Green+Blue) = 108+223+212=543 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.89% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFD4 is #93202B. Grayscale: #BBBBBB. Windows color (decimal): -9642028 or 13950828. OLE color: 13950828.

HSL color Cylindrical-coordinate representation of color #6CDFD4: hue angle of 174.26º 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 #6CDFD4 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 223 212 -
CMYK 0.52 0 0.05 0.13
HSL 174.26º 0.64% 0.65% -
HSV(B) 174.26º 0.52% 0.87% -
XYZ 44.46 60.72 71.66 -
YUV 187.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 108 223 212 0.52 0 0.05 0.13 174.26 0.64 0.65
Hex 6C DF D4 34 0 5 D AE 40 41
Octal 154 337 324 64 0 5 15 256 100 101
Binary 1101100 11011111 11010100 110100 0 101 1101 10101110 1000000 1000001

Color Harmonies of #6CDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFD4

Black with #6CDFD4

Text Example


Text Example

White with #6CDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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