Html Css Color HEX #38F3C9 Turquoise

📋 copy color: '#38F3C9'

red 56 ◦ green 243 ◦ blue 201

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

Shades of Turquoise #38F3C9

Tints of Turquoise #38F3C9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.6%

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 11.2%
G = 48.6%
B = 40.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#38F3C9 (or 0x38F3C9) is known color: Turquoise. HEX triplet: 38, F3 and C9. RGB value is (56,243,201). Sum of RGB (Red+Green+Blue) = 56+243+201=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #38F3C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F3C9 is #C70C36. Grayscale: #B6B6B6. Windows color (decimal): -13044791 or 13235000. OLE color: 13235000.

HSL color Cylindrical-coordinate representation of color #38F3C9: hue angle of 166.52º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F3C9 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 201 -
CMYK 0.77 0 0.17 0.05
HSL 166.52º 0.89% 0.59% -
HSV(B) 166.52º 0.77% 0.95% -
XYZ 44.22 69.16 66.28 -
YUV 182.3 138.55 37.92 -
System Red Green Blue C M Y K H S L
Decimal 56 243 201 0.77 0 0.17 0.05 166.52 0.89 0.59
Hex 38 F3 C9 4D 0 11 5 A7 59 3B
Octal 70 363 311 115 0 21 5 247 131 73
Binary 111000 11110011 11001001 1001101 0 10001 101 10100111 1011001 111011

Color Harmonies of #38F3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F3C9

Black with #38F3C9

Text Example


Text Example

White with #38F3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,243,201); }

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

background-color css

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

 a { background-color: rgb(56,243,201); }

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

border-color css

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

 span { border-color: rgb(56,243,201); }

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