Html Css Color HEX #38CFBC Medium Turquoise

📋 copy color: '#38CFBC'

red 56 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #38CFBC

Tints of Medium Turquoise #38CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 12.42%
G = 45.9%
B = 41.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#38CFBC (or 0x38CFBC) is known color: Medium Turquoise. HEX triplet: 38, CF and BC. RGB value is (56,207,188). Sum of RGB (Red+Green+Blue) = 56+207+188=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFBC is #C73043. Grayscale: #9F9F9F. Windows color (decimal): -13054020 or 12373816. OLE color: 12373816.

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

Color convert

RGB 56 207 188 -
CMYK 0.73 0 0.09 0.19
HSL 172.45º 0.61% 0.52% -
HSV(B) 172.45º 0.73% 0.81% -
XYZ 33.02 49.1 55.31 -
YUV 159.69 143.97 54.04 -
System Red Green Blue C M Y K H S L
Decimal 56 207 188 0.73 0 0.09 0.19 172.45 0.61 0.52
Hex 38 CF BC 49 0 9 13 AC 3D 34
Octal 70 317 274 111 0 11 23 254 75 64
Binary 111000 11001111 10111100 1001001 0 1001 10011 10101100 111101 110100

Color Harmonies of #38CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFBC

Black with #38CFBC

Text Example


Text Example

White with #38CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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