Html Css Color HEX #30ECDE Turquoise

📋 copy color: '#30ECDE'

red 48 ◦ green 236 ◦ blue 222

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

Shades of Turquoise #30ECDE

Tints of Turquoise #30ECDE

RGB

 RED value IS 48 (19.14% from 255) = 9.49%

 GREEN value IS 236 (92.58% from 255) = 46.64%

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 9.49%
G = 46.64%
B = 43.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#30ECDE (or 0x30ECDE) is known color: Turquoise. HEX triplet: 30, EC and DE. RGB value is (48,236,222). Sum of RGB (Red+Green+Blue) = 48+236+222=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECDE is #CF1321. Grayscale: #B2B2B2. Windows color (decimal): -13570850 or 14609456. OLE color: 14609456.

HSL color Cylindrical-coordinate representation of color #30ECDE: hue angle of 175.53º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ECDE is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 222 -
CMYK 0.80 0 0.06 0.07
HSL 175.53º 0.83% 0.56% -
HSV(B) 175.53º 0.8% 0.93% -
XYZ 44.4 65.89 79.49 -
YUV 178.19 152.72 35.14 -
System Red Green Blue C M Y K H S L
Decimal 48 236 222 0.80 0 0.06 0.07 175.53 0.83 0.56
Hex 30 EC DE 50 0 6 7 B0 53 38
Octal 60 354 336 120 0 6 7 260 123 70
Binary 110000 11101100 11011110 1010000 0 110 111 10110000 1010011 111000

Color Harmonies of #30ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ECDE

Black with #30ECDE

Text Example


Text Example

White with #30ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30ECDE; }

 p { color: rgb(48,236,222); }

 H1.HeaderClassName
 {
   color: #30ECDE;
 }
 .AnyTagClassName
 {
   color: #30ECDE;
 }
</style>

background-color css

<style>
 a { background-color: #30ECDE; }

 a { background-color: rgb(48,236,222); }

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

border-color css

<style>
 span { border-color: #30ECDE; }

 span { border-color: rgb(48,236,222); }

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