Html Css Color HEX #30EBDF Turquoise

📋 copy color: '#30EBDF'

red 48 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #30EBDF

Tints of Turquoise #30EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.44%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 9.49%
G = 46.44%
B = 44.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#30EBDF (or 0x30EBDF) is known color: Turquoise. HEX triplet: 30, EB and DF. RGB value is (48,235,223). Sum of RGB (Red+Green+Blue) = 48+235+223=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBDF is #CF1420. Grayscale: #B1B1B1. Windows color (decimal): -13571105 or 14674736. OLE color: 14674736.

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

Color convert

RGB 48 235 223 -
CMYK 0.80 0 0.05 0.08
HSL 176.15º 0.82% 0.55% -
HSV(B) 176.15º 0.8% 0.92% -
XYZ 44.25 65.37 80.1 -
YUV 177.72 153.55 35.48 -
System Red Green Blue C M Y K H S L
Decimal 48 235 223 0.80 0 0.05 0.08 176.15 0.82 0.55
Hex 30 EB DF 50 0 5 8 B0 52 37
Octal 60 353 337 120 0 5 10 260 122 67
Binary 110000 11101011 11011111 1010000 0 101 1000 10110000 1010010 110111

Color Harmonies of #30EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBDF

Black with #30EBDF

Text Example


Text Example

White with #30EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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