Html Css Color HEX #6CEBE3 Turquoise Blue

📋 copy color: '#6CEBE3'

red 108 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #6CEBE3

Tints of Turquoise Blue #6CEBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.82%

R = 18.95%
G = 41.23%
B = 39.82%

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

#6CEBE3 (or 0x6CEBE3) is known color: Turquoise Blue. HEX triplet: 6C, EB and E3. RGB value is (108,235,227). Sum of RGB (Red+Green+Blue) = 108+235+227=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBE3 is #93141C. Grayscale: #C4C4C4. Windows color (decimal): -9638941 or 14936940. OLE color: 14936940.

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

Color convert

RGB 108 235 227 -
CMYK 0.54 0 0.03 0.08
HSL 176.22º 0.76% 0.67% -
HSV(B) 176.22º 0.54% 0.92% -
XYZ 49.76 68.15 83.2 -
YUV 196.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 108 235 227 0.54 0 0.03 0.08 176.22 0.76 0.67
Hex 6C EB E3 36 0 3 8 B0 4C 43
Octal 154 353 343 66 0 3 10 260 114 103
Binary 1101100 11101011 11100011 110110 0 11 1000 10110000 1001100 1000011

Color Harmonies of #6CEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEBE3

Black with #6CEBE3

Text Example


Text Example

White with #6CEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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