Html Css Color HEX #6CE2EF Turquoise Blue

📋 copy color: '#6CE2EF'

red 108 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #6CE2EF

Tints of Turquoise Blue #6CE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.44%

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 18.85%
G = 39.44%
B = 41.71%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CE2EF (or 0x6CE2EF) is known color: Turquoise Blue. HEX triplet: 6C, E2 and EF. RGB value is (108,226,239). Sum of RGB (Red+Green+Blue) = 108+226+239=573 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.85% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CE2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE2EF is #931D10. Grayscale: #C0C0C0. Windows color (decimal): -9641233 or 15721068. OLE color: 15721068.

HSL color Cylindrical-coordinate representation of color #6CE2EF: hue angle of 185.95º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CE2EF is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 226 239 -
CMYK 0.55 0.05 0 0.06
HSL 185.95º 0.8% 0.68% -
HSV(B) 185.95º 0.55% 0.94% -
XYZ 48.96 63.81 91.4 -
YUV 192.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 108 226 239 0.55 0.05 0 0.06 185.95 0.8 0.68
Hex 6C E2 EF 37 5 0 6 BA 50 44
Octal 154 342 357 67 5 0 6 272 120 104
Binary 1101100 11100010 11101111 110111 101 0 110 10111010 1010000 1000100

Color Harmonies of #6CE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE2EF

Black with #6CE2EF

Text Example


Text Example

White with #6CE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,226,239); }

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

background-color css

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

 a { background-color: rgb(108,226,239); }

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

border-color css

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

 span { border-color: rgb(108,226,239); }

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