Html Css Color HEX #38CFBB Medium Turquoise

📋 copy color: '#38CFBB'

red 56 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #38CFBB

Tints of Medium Turquoise #38CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 12.44%
G = 46%
B = 41.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#38CFBB (or 0x38CFBB) is known color: Medium Turquoise. HEX triplet: 38, CF and BB. RGB value is (56,207,187). Sum of RGB (Red+Green+Blue) = 56+207+187=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFBB is #C73044. Grayscale: #9F9F9F. Windows color (decimal): -13054021 or 12308280. OLE color: 12308280.

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

Color convert

RGB 56 207 187 -
CMYK 0.73 0 0.10 0.19
HSL 172.05º 0.61% 0.52% -
HSV(B) 172.05º 0.73% 0.81% -
XYZ 32.91 49.05 54.75 -
YUV 159.57 143.47 54.13 -
System Red Green Blue C M Y K H S L
Decimal 56 207 187 0.73 0 0.10 0.19 172.05 0.61 0.52
Hex 38 CF BB 49 0 A 13 AC 3D 34
Octal 70 317 273 111 0 12 23 254 75 64
Binary 111000 11001111 10111011 1001001 0 1010 10011 10101100 111101 110100

Color Harmonies of #38CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFBB

Black with #38CFBB

Text Example


Text Example

White with #38CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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