Html Css Color HEX #6CEBED Turquoise Blue

📋 copy color: '#6CEBED'

red 108 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #6CEBED

Tints of Turquoise Blue #6CEBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 18.62%
G = 40.52%
B = 40.86%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CEBED (or 0x6CEBED) is known color: Turquoise Blue. HEX triplet: 6C, EB and ED. RGB value is (108,235,237). Sum of RGB (Red+Green+Blue) = 108+235+237=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CEBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEBED is #931412. Grayscale: #C5C5C5. Windows color (decimal): -9638931 or 15592300. OLE color: 15592300.

HSL color Cylindrical-coordinate representation of color #6CEBED: hue angle of 180.93º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBED is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 235 237 -
CMYK 0.54 0.01 0 0.07
HSL 180.93º 0.78% 0.68% -
HSV(B) 180.93º 0.54% 0.93% -
XYZ 51.18 68.72 90.69 -
YUV 197.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 108 235 237 0.54 0.01 0 0.07 180.93 0.78 0.68
Hex 6C EB ED 36 1 0 7 B5 4E 44
Octal 154 353 355 66 1 0 7 265 116 104
Binary 1101100 11101011 11101101 110110 1 0 111 10110101 1001110 1000100

Color Harmonies of #6CEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEBED

Black with #6CEBED

Text Example


Text Example

White with #6CEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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