Html Css Color HEX #30EFFB Turquoise

📋 copy color: '#30EFFB'

red 48 ◦ green 239 ◦ blue 251

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

Shades of Turquoise #30EFFB

Tints of Turquoise #30EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 251 (98.44% from 255) = 46.65%

R = 8.92%
G = 44.42%
B = 46.65%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30EFFB (or 0x30EFFB) is known color: Turquoise. HEX triplet: 30, EF and FB. RGB value is (48,239,251). Sum of RGB (Red+Green+Blue) = 48+239+251=538 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.92% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #30EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EFFB is #CF1004. Grayscale: #B7B7B7. Windows color (decimal): -13570053 or 16510768. OLE color: 16510768.

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

Color convert

RGB 48 239 251 -
CMYK 0.81 0.05 0 0.02
HSL 183.55º 0.96% 0.59% -
HSV(B) 183.55º 0.81% 0.98% -
XYZ 49.5 69.33 102.04 -
YUV 183.26 166.22 31.52 -
System Red Green Blue C M Y K H S L
Decimal 48 239 251 0.81 0.05 0 0.02 183.55 0.96 0.59
Hex 30 EF FB 51 5 0 2 B8 60 3B
Octal 60 357 373 121 5 0 2 270 140 73
Binary 110000 11101111 11111011 1010001 101 0 10 10111000 1100000 111011

Color Harmonies of #30EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EFFB

Black with #30EFFB

Text Example


Text Example

White with #30EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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