Html Css Color HEX #38CFBF Medium Turquoise

📋 copy color: '#38CFBF'

red 56 ◦ green 207 ◦ blue 191

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

Shades of Medium Turquoise #38CFBF

Tints of Medium Turquoise #38CFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 12.33%
G = 45.59%
B = 42.07%

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

#38CFBF (or 0x38CFBF) is known color: Medium Turquoise. HEX triplet: 38, CF and BF. RGB value is (56,207,191). Sum of RGB (Red+Green+Blue) = 56+207+191=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFBF is #C73040. Grayscale: #9F9F9F. Windows color (decimal): -13054017 or 12570424. OLE color: 12570424.

HSL color Cylindrical-coordinate representation of color #38CFBF: hue angle of 173.64º 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 #38CFBF is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 191 -
CMYK 0.73 0 0.08 0.19
HSL 173.64º 0.61% 0.52% -
HSV(B) 173.64º 0.73% 0.81% -
XYZ 33.35 49.23 57.03 -
YUV 160.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 56 207 191 0.73 0 0.08 0.19 173.64 0.61 0.52
Hex 38 CF BF 49 0 8 13 AE 3D 34
Octal 70 317 277 111 0 10 23 256 75 64
Binary 111000 11001111 10111111 1001001 0 1000 10011 10101110 111101 110100

Color Harmonies of #38CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFBF

Black with #38CFBF

Text Example


Text Example

White with #38CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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