Html Css Color HEX #3CDBE4 Turquoise

📋 copy color: '#3CDBE4'

red 60 ◦ green 219 ◦ blue 228

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

Shades of Turquoise #3CDBE4

Tints of Turquoise #3CDBE4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.2%

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 11.83%
G = 43.2%
B = 44.97%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3CDBE4 (or 0x3CDBE4) is known color: Turquoise. HEX triplet: 3C, DB and E4. RGB value is (60,219,228). Sum of RGB (Red+Green+Blue) = 60+219+228=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #3CDBE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBE4 is #C3241B. Grayscale: #ACACAC. Windows color (decimal): -12788764 or 14998332. OLE color: 14998332.

HSL color Cylindrical-coordinate representation of color #3CDBE4: hue angle of 183.21º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDBE4 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 219 228 -
CMYK 0.74 0.04 0 0.11
HSL 183.21º 0.76% 0.56% -
HSV(B) 183.21º 0.74% 0.89% -
XYZ 41.2 57.23 82.27 -
YUV 172.49 159.32 47.77 -
System Red Green Blue C M Y K H S L
Decimal 60 219 228 0.74 0.04 0 0.11 183.21 0.76 0.56
Hex 3C DB E4 4A 4 0 B B7 4C 38
Octal 74 333 344 112 4 0 13 267 114 70
Binary 111100 11011011 11100100 1001010 100 0 1011 10110111 1001100 111000

Color Harmonies of #3CDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDBE4

Black with #3CDBE4

Text Example


Text Example

White with #3CDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,219,228); }

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

background-color css

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

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

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

border-color css

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

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

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