Html Css Color HEX #6CDFEC Turquoise Blue

📋 copy color: '#6CDFEC'

red 108 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #6CDFEC

Tints of Turquoise Blue #6CDFEC

RGB

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

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

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

R = 19.05%
G = 39.33%
B = 41.62%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CDFEC (or 0x6CDFEC) is known color: Turquoise Blue. HEX triplet: 6C, DF and EC. RGB value is (108,223,236). Sum of RGB (Red+Green+Blue) = 108+223+236=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFEC is #932013. Grayscale: #BDBDBD. Windows color (decimal): -9642004 or 15523692. OLE color: 15523692.

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

Color convert

RGB 108 223 236 -
CMYK 0.54 0.06 0 0.07
HSL 186.09º 0.77% 0.67% -
HSV(B) 186.09º 0.54% 0.93% -
XYZ 47.71 62.02 88.81 -
YUV 190.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 108 223 236 0.54 0.06 0 0.07 186.09 0.77 0.67
Hex 6C DF EC 36 6 0 7 BA 4D 43
Octal 154 337 354 66 6 0 7 272 115 103
Binary 1101100 11011111 11101100 110110 110 0 111 10111010 1001101 1000011

Color Harmonies of #6CDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFEC

Black with #6CDFEC

Text Example


Text Example

White with #6CDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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