Html Css Color HEX #30D3EB Turquoise

📋 copy color: '#30D3EB'

red 48 ◦ green 211 ◦ blue 235

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

Shades of Turquoise #30D3EB

Tints of Turquoise #30D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 9.72%
G = 42.71%
B = 47.57%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30D3EB (or 0x30D3EB) is known color: Turquoise. HEX triplet: 30, D3 and EB. RGB value is (48,211,235). Sum of RGB (Red+Green+Blue) = 48+211+235=494 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.72% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #30D3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D3EB is #CF2C14. Grayscale: #A4A4A4. Windows color (decimal): -13577237 or 15455024. OLE color: 15455024.

HSL color Cylindrical-coordinate representation of color #30D3EB: hue angle of 187.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D3EB is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 211 235 -
CMYK 0.80 0.10 0 0.08
HSL 187.7º 0.82% 0.55% -
HSV(B) 187.7º 0.8% 0.92% -
XYZ 39.51 53.22 86.79 -
YUV 165 167.5 44.55 -
System Red Green Blue C M Y K H S L
Decimal 48 211 235 0.80 0.10 0 0.08 187.7 0.82 0.55
Hex 30 D3 EB 50 A 0 8 BC 52 37
Octal 60 323 353 120 12 0 10 274 122 67
Binary 110000 11010011 11101011 1010000 1010 0 1000 10111100 1010010 110111

Color Harmonies of #30D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D3EB

Black with #30D3EB

Text Example


Text Example

White with #30D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,211,235); }

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

background-color css

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

 a { background-color: rgb(48,211,235); }

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

border-color css

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

 span { border-color: rgb(48,211,235); }

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