Html Css Color HEX #6CCFEC Turquoise Blue

📋 copy color: '#6CCFEC'

red 108 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #6CCFEC

Tints of Turquoise Blue #6CCFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.57%

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

R = 19.6%
G = 37.57%
B = 42.83%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CCFEC (or 0x6CCFEC) is known color: Turquoise Blue. HEX triplet: 6C, CF and EC. RGB value is (108,207,236). Sum of RGB (Red+Green+Blue) = 108+207+236=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CCFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFEC is #933013. Grayscale: #B4B4B4. Windows color (decimal): -9646100 or 15519596. OLE color: 15519596.

HSL color Cylindrical-coordinate representation of color #6CCFEC: hue angle of 193.59º 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 #6CCFEC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 207 236 -
CMYK 0.54 0.12 0 0.07
HSL 193.59º 0.77% 0.67% -
HSV(B) 193.59º 0.54% 0.93% -
XYZ 43.64 53.87 87.45 -
YUV 180.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 108 207 236 0.54 0.12 0 0.07 193.59 0.77 0.67
Hex 6C CF EC 36 C 0 7 C2 4D 43
Octal 154 317 354 66 14 0 7 302 115 103
Binary 1101100 11001111 11101100 110110 1100 0 111 11000010 1001101 1000011

Color Harmonies of #6CCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFEC

Black with #6CCFEC

Text Example


Text Example

White with #6CCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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