Html Css Color HEX #3CDEEE Turquoise

📋 copy color: '#3CDEEE'

red 60 ◦ green 222 ◦ blue 238

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

Shades of Turquoise #3CDEEE

Tints of Turquoise #3CDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.69%

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

R = 11.54%
G = 42.69%
B = 45.77%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CDEEE (or 0x3CDEEE) is known color: Turquoise. HEX triplet: 3C, DE and EE. RGB value is (60,222,238). Sum of RGB (Red+Green+Blue) = 60+222+238=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CDEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDEEE is #C32111. Grayscale: #AFAFAF. Windows color (decimal): -12787986 or 15654460. OLE color: 15654460.

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

Color convert

RGB 60 222 238 -
CMYK 0.75 0.07 0 0.07
HSL 185.39º 0.84% 0.58% -
HSV(B) 185.39º 0.75% 0.93% -
XYZ 43.42 59.38 90.06 -
YUV 175.39 163.33 45.7 -
System Red Green Blue C M Y K H S L
Decimal 60 222 238 0.75 0.07 0 0.07 185.39 0.84 0.58
Hex 3C DE EE 4B 7 0 7 B9 54 3A
Octal 74 336 356 113 7 0 7 271 124 72
Binary 111100 11011110 11101110 1001011 111 0 111 10111001 1010100 111010

Color Harmonies of #3CDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDEEE

Black with #3CDEEE

Text Example


Text Example

White with #3CDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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