Html Css Color HEX #6CEBE2 Turquoise Blue

📋 copy color: '#6CEBE2'

red 108 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #6CEBE2

Tints of Turquoise Blue #6CEBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 18.98%
G = 41.3%
B = 39.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#6CEBE2 (or 0x6CEBE2) is known color: Turquoise Blue. HEX triplet: 6C, EB and E2. RGB value is (108,235,226). Sum of RGB (Red+Green+Blue) = 108+235+226=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBE2 is #93141D. Grayscale: #C3C3C3. Windows color (decimal): -9638942 or 14871404. OLE color: 14871404.

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

Color convert

RGB 108 235 226 -
CMYK 0.54 0 0.04 0.08
HSL 175.75º 0.76% 0.67% -
HSV(B) 175.75º 0.54% 0.92% -
XYZ 49.62 68.1 82.48 -
YUV 196 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 108 235 226 0.54 0 0.04 0.08 175.75 0.76 0.67
Hex 6C EB E2 36 0 4 8 B0 4C 43
Octal 154 353 342 66 0 4 10 260 114 103
Binary 1101100 11101011 11100010 110110 0 100 1000 10110000 1001100 1000011

Color Harmonies of #6CEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEBE2

Black with #6CEBE2

Text Example


Text Example

White with #6CEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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