Html Css Color HEX #30F9DE Turquoise

📋 copy color: '#30F9DE'

red 48 ◦ green 249 ◦ blue 222

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

Shades of Turquoise #30F9DE

Tints of Turquoise #30F9DE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.98%

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

R = 9.25%
G = 47.98%
B = 42.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#30F9DE (or 0x30F9DE) is known color: Turquoise. HEX triplet: 30, F9 and DE. RGB value is (48,249,222). Sum of RGB (Red+Green+Blue) = 48+249+222=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F9DE is #CF0621. Grayscale: #B9B9B9. Windows color (decimal): -13567522 or 14612784. OLE color: 14612784.

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

Color convert

RGB 48 249 222 -
CMYK 0.81 0 0.11 0.02
HSL 171.94º 0.94% 0.58% -
HSV(B) 171.94º 0.81% 0.98% -
XYZ 48.28 73.65 80.78 -
YUV 185.82 148.41 29.7 -
System Red Green Blue C M Y K H S L
Decimal 48 249 222 0.81 0 0.11 0.02 171.94 0.94 0.58
Hex 30 F9 DE 51 0 B 2 AC 5E 3A
Octal 60 371 336 121 0 13 2 254 136 72
Binary 110000 11111001 11011110 1010001 0 1011 10 10101100 1011110 111010

Color Harmonies of #30F9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F9DE

Black with #30F9DE

Text Example


Text Example

White with #30F9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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