Html Css Color HEX #6CEBE5 Turquoise Blue

📋 copy color: '#6CEBE5'

red 108 ◦ green 235 ◦ blue 229

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

Shades of Turquoise Blue #6CEBE5

Tints of Turquoise Blue #6CEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.08%

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

R = 18.88%
G = 41.08%
B = 40.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#6CEBE5 (or 0x6CEBE5) is known color: Turquoise Blue. HEX triplet: 6C, EB and E5. RGB value is (108,235,229). Sum of RGB (Red+Green+Blue) = 108+235+229=572 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.88% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBE5 is #93141A. Grayscale: #C4C4C4. Windows color (decimal): -9638939 or 15068012. OLE color: 15068012.

HSL color Cylindrical-coordinate representation of color #6CEBE5: hue angle of 177.17º degrees, saturation: 0.76, 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 #6CEBE5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 235 229 -
CMYK 0.54 0 0.03 0.08
HSL 177.17º 0.76% 0.67% -
HSV(B) 177.17º 0.54% 0.92% -
XYZ 50.04 68.26 84.67 -
YUV 196.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 108 235 229 0.54 0 0.03 0.08 177.17 0.76 0.67
Hex 6C EB E5 36 0 3 8 B1 4C 43
Octal 154 353 345 66 0 3 10 261 114 103
Binary 1101100 11101011 11100101 110110 0 11 1000 10110001 1001100 1000011

Color Harmonies of #6CEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEBE5

Black with #6CEBE5

Text Example


Text Example

White with #6CEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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