Html Css Color HEX #3CEEEE Turquoise

📋 copy color: '#3CEEEE'

red 60 ◦ green 238 ◦ blue 238

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

Shades of Turquoise #3CEEEE

Tints of Turquoise #3CEEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 11.19%
G = 44.4%
B = 44.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CEEEE (or 0x3CEEEE) is known color: Turquoise. HEX triplet: 3C, EE and EE. RGB value is (60,238,238). Sum of RGB (Red+Green+Blue) = 60+238+238=536 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.19% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #3CEEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEEEE is #C31111. Grayscale: #B8B8B8. Windows color (decimal): -12783890 or 15658556. OLE color: 15658556.

HSL color Cylindrical-coordinate representation of color #3CEEEE: hue angle of 180º 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 #3CEEEE is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 238 -
CMYK 0.75 0 0 0.07
HSL 180º 0.84% 0.58% -
HSV(B) 180º 0.75% 0.93% -
XYZ 47.87 68.28 91.55 -
YUV 184.78 158.03 39 -
System Red Green Blue C M Y K H S L
Decimal 60 238 238 0.75 0 0 0.07 180 0.84 0.58
Hex 3C EE EE 4B 0 0 7 B4 54 3A
Octal 74 356 356 113 0 0 7 264 124 72
Binary 111100 11101110 11101110 1001011 0 0 111 10110100 1010100 111010

Color Harmonies of #3CEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEEE

Black with #3CEEEE

Text Example


Text Example

White with #3CEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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