Html Css Color HEX #30FBE3 Turquoise

📋 copy color: '#30FBE3'

red 48 ◦ green 251 ◦ blue 227

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

Shades of Turquoise #30FBE3

Tints of Turquoise #30FBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.16%

R = 9.13%
G = 47.72%
B = 43.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#30FBE3 (or 0x30FBE3) is known color: Turquoise. HEX triplet: 30, FB and E3. RGB value is (48,251,227). Sum of RGB (Red+Green+Blue) = 48+251+227=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBE3 is #CF041C. Grayscale: #BBBBBB. Windows color (decimal): -13567005 or 14940976. OLE color: 14940976.

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

Color convert

RGB 48 251 227 -
CMYK 0.81 0 0.10 0.02
HSL 172.91º 0.96% 0.59% -
HSV(B) 172.91º 0.81% 0.98% -
XYZ 49.58 75.17 84.57 -
YUV 187.57 150.25 28.45 -
System Red Green Blue C M Y K H S L
Decimal 48 251 227 0.81 0 0.10 0.02 172.91 0.96 0.59
Hex 30 FB E3 51 0 A 2 AD 60 3B
Octal 60 373 343 121 0 12 2 255 140 73
Binary 110000 11111011 11100011 1010001 0 1010 10 10101101 1100000 111011

Color Harmonies of #30FBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBE3

Black with #30FBE3

Text Example


Text Example

White with #30FBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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