Html Css Color HEX #30FCCA Turquoise

📋 copy color: '#30FCCA'

red 48 ◦ green 252 ◦ blue 202

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

Shades of Turquoise #30FCCA

Tints of Turquoise #30FCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 9.56%
G = 50.2%
B = 40.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#30FCCA (or 0x30FCCA) is known color: Turquoise. HEX triplet: 30, FC and CA. RGB value is (48,252,202). Sum of RGB (Red+Green+Blue) = 48+252+202=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCCA is #CF0335. Grayscale: #B9B9B9. Windows color (decimal): -13566774 or 13302832. OLE color: 13302832.

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

Color convert

RGB 48 252 202 -
CMYK 0.81 0 0.20 0.01
HSL 165.29º 0.97% 0.59% -
HSV(B) 165.29º 0.81% 0.99% -
XYZ 46.69 74.51 67.8 -
YUV 185.3 137.41 30.07 -
System Red Green Blue C M Y K H S L
Decimal 48 252 202 0.81 0 0.20 0.01 165.29 0.97 0.59
Hex 30 FC CA 51 0 14 1 A5 61 3B
Octal 60 374 312 121 0 24 1 245 141 73
Binary 110000 11111100 11001010 1010001 0 10100 1 10100101 1100001 111011

Color Harmonies of #30FCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCCA

Black with #30FCCA

Text Example


Text Example

White with #30FCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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