Html Css Color HEX #6CEEE1 Turquoise Blue

📋 copy color: '#6CEEE1'

red 108 ◦ green 238 ◦ blue 225

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

Shades of Turquoise Blue #6CEEE1

Tints of Turquoise Blue #6CEEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

 BLUE value IS 225 (88.28% from 255) = 39.4%

R = 18.91%
G = 41.68%
B = 39.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#6CEEE1 (or 0x6CEEE1) is known color: Turquoise Blue. HEX triplet: 6C, EE and E1. RGB value is (108,238,225). Sum of RGB (Red+Green+Blue) = 108+238+225=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #6CEEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEEE1 is #93111E. Grayscale: #C5C5C5. Windows color (decimal): -9638175 or 14806636. OLE color: 14806636.

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

Color convert

RGB 108 238 225 -
CMYK 0.55 0 0.05 0.07
HSL 174º 0.79% 0.68% -
HSV(B) 174º 0.55% 0.93% -
XYZ 50.35 69.77 82.05 -
YUV 197.65 143.43 64.06 -
System Red Green Blue C M Y K H S L
Decimal 108 238 225 0.55 0 0.05 0.07 174 0.79 0.68
Hex 6C EE E1 37 0 5 7 AE 4F 44
Octal 154 356 341 67 0 5 7 256 117 104
Binary 1101100 11101110 11100001 110111 0 101 111 10101110 1001111 1000100

Color Harmonies of #6CEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEEE1

Black with #6CEEE1

Text Example


Text Example

White with #6CEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,238,225); }

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

background-color css

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

 a { background-color: rgb(108,238,225); }

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

border-color css

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

 span { border-color: rgb(108,238,225); }

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