Html Css Color HEX #30DFE2 Turquoise

📋 copy color: '#30DFE2'

red 48 ◦ green 223 ◦ blue 226

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

Shades of Turquoise #30DFE2

Tints of Turquoise #30DFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

 BLUE value IS 226 (88.67% from 255) = 45.47%

R = 9.66%
G = 44.87%
B = 45.47%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#30DFE2 (or 0x30DFE2) is known color: Turquoise. HEX triplet: 30, DF and E2. RGB value is (48,223,226). Sum of RGB (Red+Green+Blue) = 48+223+226=497 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.66% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #30DFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFE2 is #CF201D. Grayscale: #AAAAAA. Windows color (decimal): -13574174 or 14868272. OLE color: 14868272.

HSL color Cylindrical-coordinate representation of color #30DFE2: hue angle of 181.01º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DFE2 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 223 226 -
CMYK 0.79 0.01 0 0.11
HSL 181.01º 0.75% 0.54% -
HSV(B) 181.01º 0.79% 0.89% -
XYZ 41.33 58.89 81.14 -
YUV 171.02 159.02 40.26 -
System Red Green Blue C M Y K H S L
Decimal 48 223 226 0.79 0.01 0 0.11 181.01 0.75 0.54
Hex 30 DF E2 4F 1 0 B B5 4B 36
Octal 60 337 342 117 1 0 13 265 113 66
Binary 110000 11011111 11100010 1001111 1 0 1011 10110101 1001011 110110

Color Harmonies of #30DFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DFE2

Black with #30DFE2

Text Example


Text Example

White with #30DFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,223,226); }

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

background-color css

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

 a { background-color: rgb(48,223,226); }

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

border-color css

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

 span { border-color: rgb(48,223,226); }

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