Html Css Color HEX #38D6C8 Turquoise

📋 copy color: '#38D6C8'

red 56 ◦ green 214 ◦ blue 200

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

Shades of Turquoise #38D6C8

Tints of Turquoise #38D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

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

R = 11.91%
G = 45.53%
B = 42.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#38D6C8 (or 0x38D6C8) is known color: Turquoise. HEX triplet: 38, D6 and C8. RGB value is (56,214,200). Sum of RGB (Red+Green+Blue) = 56+214+200=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6C8 is #C72937. Grayscale: #A5A5A5. Windows color (decimal): -13052216 or 13162040. OLE color: 13162040.

HSL color Cylindrical-coordinate representation of color #38D6C8: hue angle of 174.68º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D6C8 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 200 -
CMYK 0.74 0 0.07 0.16
HSL 174.68º 0.66% 0.53% -
HSV(B) 174.68º 0.74% 0.84% -
XYZ 36.1 53.1 62.99 -
YUV 165.16 147.65 50.14 -
System Red Green Blue C M Y K H S L
Decimal 56 214 200 0.74 0 0.07 0.16 174.68 0.66 0.53
Hex 38 D6 C8 4A 0 7 10 AF 42 35
Octal 70 326 310 112 0 7 20 257 102 65
Binary 111000 11010110 11001000 1001010 0 111 10000 10101111 1000010 110101

Color Harmonies of #38D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D6C8

Black with #38D6C8

Text Example


Text Example

White with #38D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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