Html Css Color HEX #30FCDD Turquoise

📋 copy color: '#30FCDD'

red 48 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #30FCDD

Tints of Turquoise #30FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.37%

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

R = 9.21%
G = 48.37%
B = 42.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#30FCDD (or 0x30FCDD) is known color: Turquoise. HEX triplet: 30, FC and DD. RGB value is (48,252,221). Sum of RGB (Red+Green+Blue) = 48+252+221=521 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.21% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCDD is #CF0322. Grayscale: #BBBBBB. Windows color (decimal): -13566755 or 14548016. OLE color: 14548016.

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

Color convert

RGB 48 252 221 -
CMYK 0.81 0 0.12 0.01
HSL 170.88º 0.97% 0.59% -
HSV(B) 170.88º 0.81% 0.99% -
XYZ 49.08 75.47 80.39 -
YUV 187.47 146.91 28.52 -
System Red Green Blue C M Y K H S L
Decimal 48 252 221 0.81 0 0.12 0.01 170.88 0.97 0.59
Hex 30 FC DD 51 0 C 1 AB 61 3B
Octal 60 374 335 121 0 14 1 253 141 73
Binary 110000 11111100 11011101 1010001 0 1100 1 10101011 1100001 111011

Color Harmonies of #30FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCDD

Black with #30FCDD

Text Example


Text Example

White with #30FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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