Html Css Color HEX #3CEEE8 Turquoise

📋 copy color: '#3CEEE8'

red 60 ◦ green 238 ◦ blue 232

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

Shades of Turquoise #3CEEE8

Tints of Turquoise #3CEEE8

RGB

 RED value IS 60 (23.83% from 255) = 11.32%

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 11.32%
G = 44.91%
B = 43.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#3CEEE8 (or 0x3CEEE8) is known color: Turquoise. HEX triplet: 3C, EE and E8. RGB value is (60,238,232). Sum of RGB (Red+Green+Blue) = 60+238+232=530 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.32% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEEE8 is #C31117. Grayscale: #B7B7B7. Windows color (decimal): -12783896 or 15265340. OLE color: 15265340.

HSL color Cylindrical-coordinate representation of color #3CEEE8: hue angle of 177.98º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEE8 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 232 -
CMYK 0.75 0 0.03 0.07
HSL 177.98º 0.84% 0.58% -
HSV(B) 177.98º 0.75% 0.93% -
XYZ 47 67.94 86.98 -
YUV 184.09 155.03 39.49 -
System Red Green Blue C M Y K H S L
Decimal 60 238 232 0.75 0 0.03 0.07 177.98 0.84 0.58
Hex 3C EE E8 4B 0 3 7 B2 54 3A
Octal 74 356 350 113 0 3 7 262 124 72
Binary 111100 11101110 11101000 1001011 0 11 111 10110010 1010100 111010

Color Harmonies of #3CEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEE8

Black with #3CEEE8

Text Example


Text Example

White with #3CEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CEEE8; }

 p { color: rgb(60,238,232); }

 H1.HeaderClassName
 {
   color: #3CEEE8;
 }
 .AnyTagClassName
 {
   color: #3CEEE8;
 }
</style>

background-color css

<style>
 a { background-color: #3CEEE8; }

 a { background-color: rgb(60,238,232); }

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

border-color css

<style>
 span { border-color: #3CEEE8; }

 span { border-color: rgb(60,238,232); }

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