Html Css Color HEX #6CEFE5 Turquoise Blue

📋 copy color: '#6CEFE5'

red 108 ◦ green 239 ◦ blue 229

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

Shades of Turquoise Blue #6CEFE5

Tints of Turquoise Blue #6CEFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.49%

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

R = 18.75%
G = 41.49%
B = 39.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#6CEFE5 (or 0x6CEFE5) is known color: Turquoise Blue. HEX triplet: 6C, EF and E5. RGB value is (108,239,229). Sum of RGB (Red+Green+Blue) = 108+239+229=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #6CEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEFE5 is #93101A. Grayscale: #C6C6C6. Windows color (decimal): -9637915 or 15069036. OLE color: 15069036.

HSL color Cylindrical-coordinate representation of color #6CEFE5: hue angle of 175.42º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEFE5 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 239 229 -
CMYK 0.55 0 0.04 0.06
HSL 175.42º 0.8% 0.68% -
HSV(B) 175.42º 0.55% 0.94% -
XYZ 51.19 70.58 85.05 -
YUV 198.69 145.1 63.31 -
System Red Green Blue C M Y K H S L
Decimal 108 239 229 0.55 0 0.04 0.06 175.42 0.8 0.68
Hex 6C EF E5 37 0 4 6 AF 50 44
Octal 154 357 345 67 0 4 6 257 120 104
Binary 1101100 11101111 11100101 110111 0 100 110 10101111 1010000 1000100

Color Harmonies of #6CEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEFE5

Black with #6CEFE5

Text Example


Text Example

White with #6CEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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