Html Css Color HEX #38F3C8 Turquoise

📋 copy color: '#38F3C8'

red 56 ◦ green 243 ◦ blue 200

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

Shades of Turquoise #38F3C8

Tints of Turquoise #38F3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 11.22%
G = 48.7%
B = 40.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#38F3C8 (or 0x38F3C8) is known color: Turquoise. HEX triplet: 38, F3 and C8. RGB value is (56,243,200). Sum of RGB (Red+Green+Blue) = 56+243+200=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #38F3C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F3C8 is #C70C37. Grayscale: #B6B6B6. Windows color (decimal): -13044792 or 13169464. OLE color: 13169464.

HSL color Cylindrical-coordinate representation of color #38F3C8: hue angle of 166.2º 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 #38F3C8 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 200 -
CMYK 0.77 0 0.18 0.05
HSL 166.2º 0.89% 0.59% -
HSV(B) 166.2º 0.77% 0.95% -
XYZ 44.11 69.11 65.66 -
YUV 182.19 138.05 38 -
System Red Green Blue C M Y K H S L
Decimal 56 243 200 0.77 0 0.18 0.05 166.2 0.89 0.59
Hex 38 F3 C8 4D 0 12 5 A6 59 3B
Octal 70 363 310 115 0 22 5 246 131 73
Binary 111000 11110011 11001000 1001101 0 10010 101 10100110 1011001 111011

Color Harmonies of #38F3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F3C8

Black with #38F3C8

Text Example


Text Example

White with #38F3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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