Html Css Color HEX #38CFBE Medium Turquoise

📋 copy color: '#38CFBE'

red 56 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #38CFBE

Tints of Medium Turquoise #38CFBE

RGB

 RED value IS 56 (22.27% from 255) = 12.36%

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 12.36%
G = 45.7%
B = 41.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#38CFBE (or 0x38CFBE) is known color: Medium Turquoise. HEX triplet: 38, CF and BE. RGB value is (56,207,190). Sum of RGB (Red+Green+Blue) = 56+207+190=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFBE is #C73041. Grayscale: #9F9F9F. Windows color (decimal): -13054018 or 12504888. OLE color: 12504888.

HSL color Cylindrical-coordinate representation of color #38CFBE: hue angle of 173.25º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CFBE is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 190 -
CMYK 0.73 0 0.08 0.19
HSL 173.25º 0.61% 0.52% -
HSV(B) 173.25º 0.73% 0.81% -
XYZ 33.24 49.18 56.46 -
YUV 159.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 56 207 190 0.73 0 0.08 0.19 173.25 0.61 0.52
Hex 38 CF BE 49 0 8 13 AD 3D 34
Octal 70 317 276 111 0 10 23 255 75 64
Binary 111000 11001111 10111110 1001001 0 1000 10011 10101101 111101 110100

Color Harmonies of #38CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFBE

Black with #38CFBE

Text Example


Text Example

White with #38CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CFBE; }

 p { color: rgb(56,207,190); }

 H1.HeaderClassName
 {
   color: #38CFBE;
 }
 .AnyTagClassName
 {
   color: #38CFBE;
 }
</style>

background-color css

<style>
 a { background-color: #38CFBE; }

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

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

border-color css

<style>
 span { border-color: #38CFBE; }

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

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