Html Css Color HEX #30CFCF Medium Turquoise

📋 copy color: '#30CFCF'

red 48 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #30CFCF

Tints of Medium Turquoise #30CFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.81%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 10.39%
G = 44.81%
B = 44.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30CFCF (or 0x30CFCF) is known color: Medium Turquoise. HEX triplet: 30, CF and CF. RGB value is (48,207,207). Sum of RGB (Red+Green+Blue) = 48+207+207=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #30CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFCF is #CF3030. Grayscale: #9F9F9F. Windows color (decimal): -13578289 or 13618992. OLE color: 13618992.

HSL color Cylindrical-coordinate representation of color #30CFCF: hue angle of 180º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CFCF is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 207 -
CMYK 0.77 0 0 0.19
HSL 180º 0.62% 0.5% -
HSV(B) 180º 0.77% 0.81% -
XYZ 34.79 49.76 66.8 -
YUV 159.46 154.82 48.5 -
System Red Green Blue C M Y K H S L
Decimal 48 207 207 0.77 0 0 0.19 180 0.62 0.5
Hex 30 CF CF 4D 0 0 13 B4 3E 32
Octal 60 317 317 115 0 0 23 264 76 62
Binary 110000 11001111 11001111 1001101 0 0 10011 10110100 111110 110010

Color Harmonies of #30CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CFCF

Black with #30CFCF

Text Example


Text Example

White with #30CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,207); }

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

background-color css

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

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

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

border-color css

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

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

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