Html Css Color HEX #30FAD4 Turquoise

📋 copy color: '#30FAD4'

red 48 ◦ green 250 ◦ blue 212

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

Shades of Turquoise #30FAD4

Tints of Turquoise #30FAD4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 9.41%
G = 49.02%
B = 41.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#30FAD4 (or 0x30FAD4) is known color: Turquoise. HEX triplet: 30, FA and D4. RGB value is (48,250,212). Sum of RGB (Red+Green+Blue) = 48+250+212=510 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.41% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FAD4 is #CF052B. Grayscale: #B9B9B9. Windows color (decimal): -13567276 or 13957680. OLE color: 13957680.

HSL color Cylindrical-coordinate representation of color #30FAD4: hue angle of 168.71º degrees, saturation: 0.95, 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 #30FAD4 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 212 -
CMYK 0.81 0 0.15 0.02
HSL 168.71º 0.95% 0.58% -
HSV(B) 168.71º 0.81% 0.98% -
XYZ 47.29 73.75 74.03 -
YUV 185.27 143.08 30.09 -
System Red Green Blue C M Y K H S L
Decimal 48 250 212 0.81 0 0.15 0.02 168.71 0.95 0.58
Hex 30 FA D4 51 0 F 2 A9 5F 3A
Octal 60 372 324 121 0 17 2 251 137 72
Binary 110000 11111010 11010100 1010001 0 1111 10 10101001 1011111 111010

Color Harmonies of #30FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAD4

Black with #30FAD4

Text Example


Text Example

White with #30FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,212); }

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

background-color css

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

 a { background-color: rgb(48,250,212); }

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

border-color css

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

 span { border-color: rgb(48,250,212); }

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