Html Css Color HEX #30FBDD Turquoise

📋 copy color: '#30FBDD'

red 48 ◦ green 251 ◦ blue 221

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

Shades of Turquoise #30FBDD

Tints of Turquoise #30FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.27%

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

R = 9.23%
G = 48.27%
B = 42.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#30FBDD (or 0x30FBDD) is known color: Turquoise. HEX triplet: 30, FB and DD. RGB value is (48,251,221). Sum of RGB (Red+Green+Blue) = 48+251+221=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBDD is #CF0422. Grayscale: #BABABA. Windows color (decimal): -13567011 or 14547760. OLE color: 14547760.

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

Color convert

RGB 48 251 221 -
CMYK 0.81 0 0.12 0.02
HSL 171.13º 0.96% 0.59% -
HSV(B) 171.13º 0.81% 0.98% -
XYZ 48.77 74.84 80.28 -
YUV 186.88 147.25 28.94 -
System Red Green Blue C M Y K H S L
Decimal 48 251 221 0.81 0 0.12 0.02 171.13 0.96 0.59
Hex 30 FB DD 51 0 C 2 AB 60 3B
Octal 60 373 335 121 0 14 2 253 140 73
Binary 110000 11111011 11011101 1010001 0 1100 10 10101011 1100000 111011

Color Harmonies of #30FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBDD

Black with #30FBDD

Text Example


Text Example

White with #30FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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