Html Css Color HEX #38FFB4 Turquoise

📋 copy color: '#38FFB4'

red 56 ◦ green 255 ◦ blue 180

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

Shades of Turquoise #38FFB4

Tints of Turquoise #38FFB4

RGB

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

 GREEN value IS 255 (100% from 255) = 51.93%

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 11.41%
G = 51.93%
B = 36.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#38FFB4 (or 0x38FFB4) is known color: Turquoise. HEX triplet: 38, FF and B4. RGB value is (56,255,180). Sum of RGB (Red+Green+Blue) = 56+255+180=491 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.41% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFB4 is #C7004B. Grayscale: #BBBBBB. Windows color (decimal): -13041740 or 11861816. OLE color: 11861816.

HSL color Cylindrical-coordinate representation of color #38FFB4: hue angle of 157.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFB4 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 56 255 180 -
CMYK 0.78 0 0.29 0
HSL 157.39º 1% 0.61% -
HSV(B) 157.39º 0.78% 1% -
XYZ 45.63 75.66 55.38 -
YUV 186.95 124.07 34.6 -
System Red Green Blue C M Y K H S L
Decimal 56 255 180 0.78 0 0.29 0 157.39 1 0.61
Hex 38 FF B4 4E 0 1D 0 9D 64 3D
Octal 70 377 264 116 0 35 0 235 144 75
Binary 111000 11111111 10110100 1001110 0 11101 0 10011101 1100100 111101

Color Harmonies of #38FFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FFB4

Black with #38FFB4

Text Example


Text Example

White with #38FFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,255,180); }

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

background-color css

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

 a { background-color: rgb(56,255,180); }

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

border-color css

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

 span { border-color: rgb(56,255,180); }

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