Html Css Color HEX #30FEDD Turquoise

📋 copy color: '#30FEDD'

red 48 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #30FEDD

Tints of Turquoise #30FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.57%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 9.18%
G = 48.57%
B = 42.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#30FEDD (or 0x30FEDD) is known color: Turquoise. HEX triplet: 30, FE and DD. RGB value is (48,254,221). Sum of RGB (Red+Green+Blue) = 48+254+221=523 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.18% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEDD is #CF0122. Grayscale: #BCBCBC. Windows color (decimal): -13566243 or 14548528. OLE color: 14548528.

HSL color Cylindrical-coordinate representation of color #30FEDD: hue angle of 170.39º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FEDD is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 254 221 -
CMYK 0.81 0 0.13 0.00
HSL 170.39º 0.99% 0.59% -
HSV(B) 170.39º 0.81% 1% -
XYZ 49.71 76.73 80.6 -
YUV 188.64 146.25 27.68 -
System Red Green Blue C M Y K H S L
Decimal 48 254 221 0.81 0 0.13 0.00 170.39 0.99 0.59
Hex 30 FE DD 51 0 D 0 AA 63 3B
Octal 60 376 335 121 0 15 0 252 143 73
Binary 110000 11111110 11011101 1010001 0 1101 0 10101010 1100011 111011

Color Harmonies of #30FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FEDD

Black with #30FEDD

Text Example


Text Example

White with #30FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,254,221); }

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

background-color css

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

 a { background-color: rgb(48,254,221); }

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

border-color css

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

 span { border-color: rgb(48,254,221); }

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