Html Css Color HEX #38FABC Turquoise

📋 copy color: '#38FABC'

red 56 ◦ green 250 ◦ blue 188

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

Shades of Turquoise #38FABC

Tints of Turquoise #38FABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

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

R = 11.34%
G = 50.61%
B = 38.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#38FABC (or 0x38FABC) is known color: Turquoise. HEX triplet: 38, FA and BC. RGB value is (56,250,188). Sum of RGB (Red+Green+Blue) = 56+250+188=494 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.34% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #38FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FABC is #C70543. Grayscale: #B8B8B8. Windows color (decimal): -13043012 or 12384824. OLE color: 12384824.

HSL color Cylindrical-coordinate representation of color #38FABC: hue angle of 160.82º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FABC is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 188 -
CMYK 0.78 0 0.25 0.02
HSL 160.82º 0.95% 0.6% -
HSV(B) 160.82º 0.78% 0.98% -
XYZ 44.89 72.84 59.27 -
YUV 184.93 129.73 36.04 -
System Red Green Blue C M Y K H S L
Decimal 56 250 188 0.78 0 0.25 0.02 160.82 0.95 0.6
Hex 38 FA BC 4E 0 19 2 A1 5F 3C
Octal 70 372 274 116 0 31 2 241 137 74
Binary 111000 11111010 10111100 1001110 0 11001 10 10100001 1011111 111100

Color Harmonies of #38FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FABC

Black with #38FABC

Text Example


Text Example

White with #38FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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