Html Css Color HEX #3CDDEE Turquoise

📋 copy color: '#3CDDEE'

red 60 ◦ green 221 ◦ blue 238

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

Shades of Turquoise #3CDDEE

Tints of Turquoise #3CDDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

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

R = 11.56%
G = 42.58%
B = 45.86%

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

#3CDDEE (or 0x3CDDEE) is known color: Turquoise. HEX triplet: 3C, DD and EE. RGB value is (60,221,238). Sum of RGB (Red+Green+Blue) = 60+221+238=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CDDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDDEE is #C32211. Grayscale: #AEAEAE. Windows color (decimal): -12788242 or 15654204. OLE color: 15654204.

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

Color convert

RGB 60 221 238 -
CMYK 0.75 0.07 0 0.07
HSL 185.73º 0.84% 0.58% -
HSV(B) 185.73º 0.75% 0.93% -
XYZ 43.15 58.85 89.97 -
YUV 174.8 163.66 46.12 -
System Red Green Blue C M Y K H S L
Decimal 60 221 238 0.75 0.07 0 0.07 185.73 0.84 0.58
Hex 3C DD EE 4B 7 0 7 BA 54 3A
Octal 74 335 356 113 7 0 7 272 124 72
Binary 111100 11011101 11101110 1001011 111 0 111 10111010 1010100 111010

Color Harmonies of #3CDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDEE

Black with #3CDDEE

Text Example


Text Example

White with #3CDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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