Html Css Color HEX #6CE5FF Turquoise Blue

📋 copy color: '#6CE5FF'

red 108 ◦ green 229 ◦ blue 255

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

Shades of Turquoise Blue #6CE5FF

Tints of Turquoise Blue #6CE5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.07%

R = 18.24%
G = 38.68%
B = 43.07%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6CE5FF (or 0x6CE5FF) is known color: Turquoise Blue. HEX triplet: 6C, E5 and FF. RGB value is (108,229,255). Sum of RGB (Red+Green+Blue) = 108+229+255=592 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.24% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CE5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE5FF is #931A00. Grayscale: #C3C3C3. Windows color (decimal): -9640449 or 16770412. OLE color: 16770412.

HSL color Cylindrical-coordinate representation of color #6CE5FF: hue angle of 190.61º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CE5FF is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 108 229 255 -
CMYK 0.58 0.10 0 0
HSL 190.61º 1% 0.71% -
HSV(B) 190.61º 0.58% 1% -
XYZ 52.25 66.45 104.68 -
YUV 195.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 108 229 255 0.58 0.10 0 0 190.61 1 0.71
Hex 6C E5 FF 3A A 0 0 BF 64 47
Octal 154 345 377 72 12 0 0 277 144 107
Binary 1101100 11100101 11111111 111010 1010 0 0 10111111 1100100 1000111

Color Harmonies of #6CE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE5FF

Black with #6CE5FF

Text Example


Text Example

White with #6CE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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