Html Css Color HEX #30FBE4 Turquoise

📋 copy color: '#30FBE4'

red 48 ◦ green 251 ◦ blue 228

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

Shades of Turquoise #30FBE4

Tints of Turquoise #30FBE4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.63%

 BLUE value IS 228 (89.45% from 255) = 43.26%

R = 9.11%
G = 47.63%
B = 43.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#30FBE4 (or 0x30FBE4) is known color: Turquoise. HEX triplet: 30, FB and E4. RGB value is (48,251,228). Sum of RGB (Red+Green+Blue) = 48+251+228=527 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.11% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBE4 is #CF041B. Grayscale: #BBBBBB. Windows color (decimal): -13567004 or 15006512. OLE color: 15006512.

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

Color convert

RGB 48 251 228 -
CMYK 0.81 0 0.09 0.02
HSL 173.2º 0.96% 0.59% -
HSV(B) 173.2º 0.81% 0.98% -
XYZ 49.72 75.22 85.3 -
YUV 187.68 150.75 28.37 -
System Red Green Blue C M Y K H S L
Decimal 48 251 228 0.81 0 0.09 0.02 173.2 0.96 0.59
Hex 30 FB E4 51 0 9 2 AD 60 3B
Octal 60 373 344 121 0 11 2 255 140 73
Binary 110000 11111011 11100100 1010001 0 1001 10 10101101 1100000 111011

Color Harmonies of #30FBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBE4

Black with #30FBE4

Text Example


Text Example

White with #30FBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,251,228); }

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

background-color css

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

 a { background-color: rgb(48,251,228); }

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

border-color css

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

 span { border-color: rgb(48,251,228); }

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