Html Css Color HEX #6CEAE5 Turquoise Blue

📋 copy color: '#6CEAE5'

red 108 ◦ green 234 ◦ blue 229

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

Shades of Turquoise Blue #6CEAE5

Tints of Turquoise Blue #6CEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.98%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 18.91%
G = 40.98%
B = 40.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#6CEAE5 (or 0x6CEAE5) is known color: Turquoise Blue. HEX triplet: 6C, EA and E5. RGB value is (108,234,229). Sum of RGB (Red+Green+Blue) = 108+234+229=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEAE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEAE5 is #93151A. Grayscale: #C3C3C3. Windows color (decimal): -9639195 or 15067756. OLE color: 15067756.

HSL color Cylindrical-coordinate representation of color #6CEAE5: hue angle of 177.62º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEAE5 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 234 229 -
CMYK 0.54 0 0.02 0.08
HSL 177.62º 0.75% 0.67% -
HSV(B) 177.62º 0.54% 0.92% -
XYZ 49.75 67.69 84.57 -
YUV 195.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 108 234 229 0.54 0 0.02 0.08 177.62 0.75 0.67
Hex 6C EA E5 36 0 2 8 B2 4B 43
Octal 154 352 345 66 0 2 10 262 113 103
Binary 1101100 11101010 11100101 110110 0 10 1000 10110010 1001011 1000011

Color Harmonies of #6CEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEAE5

Black with #6CEAE5

Text Example


Text Example

White with #6CEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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