Html Css Color HEX #6CE1FC Turquoise Blue

📋 copy color: '#6CE1FC'

red 108 ◦ green 225 ◦ blue 252

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

Shades of Turquoise Blue #6CE1FC

Tints of Turquoise Blue #6CE1FC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.46%

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

R = 18.46%
G = 38.46%
B = 43.08%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6CE1FC (or 0x6CE1FC) is known color: Turquoise Blue. HEX triplet: 6C, E1 and FC. RGB value is (108,225,252). Sum of RGB (Red+Green+Blue) = 108+225+252=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CE1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE1FC is #931E03. Grayscale: #C0C0C0. Windows color (decimal): -9641476 or 16572780. OLE color: 16572780.

HSL color Cylindrical-coordinate representation of color #6CE1FC: hue angle of 191.25º 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 #6CE1FC is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 225 252 -
CMYK 0.57 0.11 0 0.01
HSL 191.25º 0.96% 0.71% -
HSV(B) 191.25º 0.57% 0.99% -
XYZ 50.68 64.07 101.79 -
YUV 193.1 161.24 67.3 -
System Red Green Blue C M Y K H S L
Decimal 108 225 252 0.57 0.11 0 0.01 191.25 0.96 0.71
Hex 6C E1 FC 39 B 0 1 BF 60 47
Octal 154 341 374 71 13 0 1 277 140 107
Binary 1101100 11100001 11111100 111001 1011 0 1 10111111 1100000 1000111

Color Harmonies of #6CE1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1FC

Black with #6CE1FC

Text Example


Text Example

White with #6CE1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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