Html Css Color HEX #30FFCA Turquoise

📋 copy color: '#30FFCA'

red 48 ◦ green 255 ◦ blue 202

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

Shades of Turquoise #30FFCA

Tints of Turquoise #30FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 50.5%

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

R = 9.5%
G = 50.5%
B = 40%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#30FFCA (or 0x30FFCA) is known color: Turquoise. HEX triplet: 30, FF and CA. RGB value is (48,255,202). Sum of RGB (Red+Green+Blue) = 48+255+202=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFCA is #CF0035. Grayscale: #BBBBBB. Windows color (decimal): -13566006 or 13303600. OLE color: 13303600.

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

Color convert

RGB 48 255 202 -
CMYK 0.81 0 0.21 0
HSL 164.64º 1% 0.59% -
HSV(B) 164.64º 0.81% 1% -
XYZ 47.64 76.41 68.12 -
YUV 187.07 136.42 28.81 -
System Red Green Blue C M Y K H S L
Decimal 48 255 202 0.81 0 0.21 0 164.64 1 0.59
Hex 30 FF CA 51 0 15 0 A5 64 3B
Octal 60 377 312 121 0 25 0 245 144 73
Binary 110000 11111111 11001010 1010001 0 10101 0 10100101 1100100 111011

Color Harmonies of #30FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFCA

Black with #30FFCA

Text Example


Text Example

White with #30FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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