Html Css Color HEX #6CE5FC Turquoise Blue

📋 copy color: '#6CE5FC'

red 108 ◦ green 229 ◦ blue 252

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

Shades of Turquoise Blue #6CE5FC

Tints of Turquoise Blue #6CE5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.88%

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 18.34%
G = 38.88%
B = 42.78%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6CE5FC (or 0x6CE5FC) is known color: Turquoise Blue. HEX triplet: 6C, E5 and FC. RGB value is (108,229,252). Sum of RGB (Red+Green+Blue) = 108+229+252=589 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.34% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CE5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE5FC is #931A03. Grayscale: #C3C3C3. Windows color (decimal): -9640452 or 16573804. OLE color: 16573804.

HSL color Cylindrical-coordinate representation of color #6CE5FC: hue angle of 189.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CE5FC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 229 252 -
CMYK 0.57 0.09 0 0.01
HSL 189.58º 0.96% 0.71% -
HSV(B) 189.58º 0.57% 0.99% -
XYZ 51.77 66.26 102.16 -
YUV 195.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 108 229 252 0.57 0.09 0 0.01 189.58 0.96 0.71
Hex 6C E5 FC 39 9 0 1 BE 60 47
Octal 154 345 374 71 11 0 1 276 140 107
Binary 1101100 11100101 11111100 111001 1001 0 1 10111110 1100000 1000111

Color Harmonies of #6CE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE5FC

Black with #6CE5FC

Text Example


Text Example

White with #6CE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,229,252); }

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

background-color css

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

 a { background-color: rgb(108,229,252); }

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

border-color css

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

 span { border-color: rgb(108,229,252); }

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