Html Css Color HEX #30FAD2 Turquoise

📋 copy color: '#30FAD2'

red 48 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #30FAD2

Tints of Turquoise #30FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.34%

R = 9.45%
G = 49.21%
B = 41.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#30FAD2 (or 0x30FAD2) is known color: Turquoise. HEX triplet: 30, FA and D2. RGB value is (48,250,210). Sum of RGB (Red+Green+Blue) = 48+250+210=508 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.45% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FAD2 is #CF052D. Grayscale: #B9B9B9. Windows color (decimal): -13567278 or 13826608. OLE color: 13826608.

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

Color convert

RGB 48 250 210 -
CMYK 0.81 0 0.16 0.02
HSL 168.12º 0.95% 0.58% -
HSV(B) 168.12º 0.81% 0.98% -
XYZ 47.04 73.65 72.71 -
YUV 185.04 142.08 30.25 -
System Red Green Blue C M Y K H S L
Decimal 48 250 210 0.81 0 0.16 0.02 168.12 0.95 0.58
Hex 30 FA D2 51 0 10 2 A8 5F 3A
Octal 60 372 322 121 0 20 2 250 137 72
Binary 110000 11111010 11010010 1010001 0 10000 10 10101000 1011111 111010

Color Harmonies of #30FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FAD2

Black with #30FAD2

Text Example


Text Example

White with #30FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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